翻訳と辞書
Words near each other
・ LDA
・ Lda City
・ LDAP Account Manager
・ Ldap admin
・ LDAP Application Program Interface
・ LDAP Data Interchange Format
・ LDB
・ LDB1
・ LDB2
・ LDB3
・ LDC
・ LDC Publishers
・ LDC Watch
・ LDCF
・ LDD
Ldd (Unix)
・ LDE Nos. 3 to 6
・ LDE – Borsdorf to Zittau
・ LDE – Brüssel
・ LDE – Columbus
・ LDE – Comet
・ LDE – Dresden to Riesa
・ LDE – Edward Bury to Pfeil
・ LDE – Elbe to Hayn
・ LDE – Moldau to Mulde
・ LDE – Pegasus
・ LDE – Peter Rothwell to Nordlicht
・ LDE – Renner to Greif
・ LDE – Richard Hartmann to Zwickau
・ LDE – Robert Stephenson


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Ldd (Unix) : ウィキペディア英語版
Ldd (Unix)

ldd (''List Dynamic Dependencies'') is a
*nix
utility that prints the shared libraries required by each program or shared library specified on the command line.〔(【引用サイトリンク】title=ldd(1) – Linux man page )〕 It was developed by Roland McGrath and Ulrich Drepper.〔(【引用サイトリンク】title=ldd Source Code )〕 ldd is a shell script that executes the program given as argument, and shouldn't be used with untrusted binaries.
If some shared library is missing for any program, that program won't come up.
==Usage==

user@home ~/ $ ldd /usr/bin/mp3blaster
linux-vdso.so.1 => (0x00007fff8fdff000)
libsidplay.so.1 => /usr/lib/libsidplay.so.1 (0x00007f4ea98ec000)
libvorbisfile.so.3 => /usr/lib/libvorbisfile.so.3 (0x00007f4ea96e4000)
libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x00007f4ea94b6000)
libncurses.so.5 => /lib/libncurses.so.5 (0x00007f4ea9273000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007f4ea9056000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f4ea8d41000)
libm.so.6 => /lib/libm.so.6 (0x00007f4ea8abe000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007f4ea88a7000)
libc.so.6 => /lib/libc.so.6 (0x00007f4ea8523000)
libogg.so.0 => /usr/lib/libogg.so.0 (0x00007f4ea831c000)
libdl.so.2 => /lib/libdl.so.2 (0x00007f4ea8118000)
/lib64/ld-linux-x86-64.so.2 (0x00007f4ea9b59000)


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Ldd (Unix)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.